home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2005 June (DVD) / DPPRO0605DVD.iso / Install / program files / Borland / BDS / 3.0 / Demos / Delphi.Net / CLR / Resources / MAKEFILE < prev    next >
Encoding:
Text File  |  2004-10-22  |  410 b   |  19 lines

  1. # WPGDEMOS examples\pascal\clr\Resources makefile
  2.  
  3. DPRFILES =  ResMaker.dpr UseRes.dpr
  4.  
  5. default:    $(DPREXECFILES) RunResourceMaker
  6.  
  7. RunResourceMaker:
  8.     ResMaker.exe
  9.  
  10. integration:
  11.     $(NOP)
  12.  
  13. debug:
  14.     $(MAKE) -f $(MAKEFILENAME) $(MAKESWTS) -DDEBUG $(MAKEDEFS) -DMAKEDEFS="-DDEBUG $(MAKEDEFS)" -DTARGET=debug default
  15.  
  16. clean:  $(DPRCLEANFILES)
  17.     $(DEFAULT_CLEAN)
  18.     $(DEL) MyRes.resources
  19.